Dec 03, 2013
An attribute is know as data members and is used to hold data of a class. The data that it holds are specific to the..
Read moreJun 26, 2012
Now a days most of the websites are database driven, we have seen that many websites show data as a long list. Well, there is..
Read moreJun 06, 2012
In the earlier PHP5 tutorial you learnt how to create a class in PHP5. In this tutorial you will learn how to create an object..
Read moreMay 30, 2012
Class Definition A class is user defined data type that includes features or data members; and techniques which work on the data members. (You will..
Read more